|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
| void | TIMER0_D0_ISR (void) |
Variables | |
| uint16_t | REdge1 |
| uint16_t | REdge2 |
| uint16_t | Period |
| const uint8_t | port_mapping [] |
| void main | ( | void | ) |
Definition at line 75 of file timer_d_ex9_periodMeasurement.c.
References __no_operation(), GPIO_setOutputLowOnPin(), Period, port_mapping, REdge1, and REdge2.
| void TIMER0_D0_ISR | ( | void | ) |
Definition at line 214 of file timer_d_ex9_periodMeasurement.c.
References __bic_SR_register_on_exit(), REdge1, and REdge2.
| uint16_t Period |
Definition at line 60 of file timer_d_ex9_periodMeasurement.c.
Referenced by main().
| const uint8_t port_mapping[] |
Definition at line 62 of file timer_d_ex9_periodMeasurement.c.
Referenced by main().
| uint16_t REdge1 |
Definition at line 60 of file timer_d_ex9_periodMeasurement.c.
Referenced by main(), and TIMER0_D0_ISR().
| uint16_t REdge2 |
Definition at line 60 of file timer_d_ex9_periodMeasurement.c.
Referenced by main(), and TIMER0_D0_ISR().